Conversation
dmalan
reviewed
Dec 31, 2025
Contributor
Author
|
It no longer exists in the latest version.
…On Wed, 31 Dec 2025 at 16:02, David J. Malan ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In shell.c.patch
<#233 (comment)>:
> char *zHome;
char *zHistory;
- int nHistory;
- sqlite3_fprintf(stdout,
- "SQLite version %s %.19s\n" /*extra-version-info*/
- "Enter \".help\" for usage hints.\n",
Why this removal, @rongxin-liu <https://github.com/rongxin-liu>?
—
Reply to this email directly, view it on GitHub
<#233 (review)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACQZ3MPIKCBCU3LQHLTKIZT4EQ2VNAVCNFSM6AAAAACQJ7ZMXSVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTMMRRGQZTKMRRGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Member
|
Is there a similar line of output when you first start up |
This comment was marked as off-topic.
This comment was marked as off-topic.
Contributor
Author
Thank you for your comment, but it is not related to this PR. |
Contributor
Author
The current patch we have still suppressing the version info correctly. |
dmalan
approved these changes
Dec 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates several core dependencies in the
Dockerfileto their latest patch releases, ensuring improved security, stability, and compatibility. The updates include Node.js, Python, Ruby, thehttp-servernpm package, and SQLite. Additionally, theshell.c.patchfile is updated to match the new SQLite version.Dependency version updates:
nversion manager (Dockerfile).Dockerfile).Dockerfile).http-servernpm package to version 14.1.1 (Dockerfile).Dockerfile).Patch compatibility:
shell.c.patchto apply cleanly against the new SQLite amalgamation source code (shell.c.patch).